From 5719c479001c084c55834486e821ae792012370a Mon Sep 17 00:00:00 2001 From: Platonides Date: Tue, 8 Nov 2011 21:55:05 +0000 Subject: [PATCH] Test for bug 32057. Latent bug in quite unused preprocessing path (expansion of heading nodes), which was exposed by r101291 and fixed in r102440. This test is used to exercise that code path. --- tests/parser/parserTests.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index b038db2be3..efd3013898 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -8891,6 +8891,23 @@ __TOC__ !! end +!! article +MediaWiki:Bug32057 +!! text +== {{int:headline_sample}} == +!! endarticle + +!! test +Bug 32057: Title needed when expanding nodes. +!! options +title=[[Main Page]] +!! input +{{int:Bug32057}} +!! result +

[edit] Headline text

+ +!! end + TODO: more images more tables -- 2.20.1